img.img-one {
    left: 19rem;
    position: relative;
}

img.img-two {
    left: 31rem;
    position: relative;
    mix-blend-mode: multiply;
}

h1.title-one {
    color: #000 !important;
    font-weight: bold;
    margin-top: 3rem;
}

.bullet-point-list {
    list-style: none;
    line-height: 2em;
    color: #000;
}

ul.sub-bulllet-point-list {
    list-style: none;
}

.bullet-point-list li:before {
    content: '✓';
}

img.img-three {
    mix-blend-mode: multiply;
}

@media screen and (max-width: 1024px) {
    img.img-one {
        left: 10rem;
        position: relative;
    }

    img.img-two {
        left: 21rem;
    }
}

@media screen and (max-width: 768px) {
    img.img-one {
        left: 3rem;
    }

    img.img-two {
        left: 14rem;
    }
}

@media screen and (max-width: 425px) {
    img.img-one {
        left: 0rem;
        width: 100%;
    }

    img.img-two {
        left: 0rem;
        width: 100%;
    }

    img.img-three {
        width: 100%;
    }
}